home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 117 / MacAddict 117.dmg / Software / Graphics & Multimedia / EazyDraw 1.9.0f (beta).dmg / EazyDraw.app / Contents / Resources / DKDFind.nib / classes.nib next >
Encoding:
Text File  |  2006-01-16  |  1.8 KB  |  47 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             ACTIONS = {
  5.                 caseSensitiveCheckboxAction = id; 
  6.                 dontFindAction = id; 
  7.                 entireWordsCheckboxAction = id; 
  8.                 findAllButtonAction = id; 
  9.                 findButtonAction = id; 
  10.                 findCancelAction = id; 
  11.                 findQualifierPopupAction = id; 
  12.                 findStepperAction = id; 
  13.                 nextButtonAction = id; 
  14.                 previousButtonAction = id; 
  15.                 replaceAllButtonAction = id; 
  16.                 replaceButtonAction = id; 
  17.                 replaceStepperAction = id; 
  18.                 searchBackwardsCheckboxAction = id; 
  19.                 showOnCompletionAction = id; 
  20.                 wrapAroundCheckboxAction = id; 
  21.             }; 
  22.             CLASS = DKDFind; 
  23.             LANGUAGE = ObjC; 
  24.             OUTLETS = {
  25.                 cancelButton = NSButton; 
  26.                 caseSensitiveCheckbox = NSButton; 
  27.                 findAllButton = NSButton; 
  28.                 findButton = NSButton; 
  29.                 findQualifierPopUp = NSPopUpButton; 
  30.                 findStepper = NSStepper; 
  31.                 findTextView = NSTextView; 
  32.                 matchEntireWordsCheckbox = NSButton; 
  33.                 replaceAllButton = NSButton; 
  34.                 replaceButton = NSButton; 
  35.                 replaceStepper = NSStepper; 
  36.                 replaceTextView = NSTextView; 
  37.                 searchBackwardsCheckbox = NSButton; 
  38.                 showOnCompletionPopUp = NSPopUpButton; 
  39.                 wrapAroundCheckbox = NSButton; 
  40.             }; 
  41.             SUPERCLASS = NSWindowController; 
  42.         }, 
  43.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  44.         {CLASS = "java.lang.Object"; LANGUAGE = Java; }
  45.     ); 
  46.     IBVersion = 1; 
  47. }